|
setEngineType
EngineType
This
propert is used in engine objects to specify where the engine will
genereate thrust.
EngineType - one of 6 constant values:
c_ETLand - Thrust generated through child spring objects
c_ETTank - Thrust generated through child spring objects, uses 4 springs
for "tank style" steering
c_ETPlane - Thrust generated directly from the engine, doesn't work
underwater
c_ETSea - Thrust generated directly from the engine, only works underwater
c_ETRocket - Identical to c_ETPlane, except that it does not require
input, the engine starts running at creation
c_ETTorpedo - Identical to c_ETSea, except that it does not require
input, the engine starts running at creation
Valid object
types
Engine - Object that can generate
thrust
|
|